Package com.mapbox.androidauto.car.search

Types

CarSearchEngine
Link copied to clipboard
class CarSearchEngine(searchEngine: SearchEngine, navigationLocationProvider: NavigationLocationProvider)
This class is to simplify the interaction with the SearchEngine for the specific use cases that the app needs in the car.
FavoritesApi
Link copied to clipboard
class FavoritesApi(carContext: CarContext, favoritesProvider: FavoritesDataProvider) : PlacesListOnMapProvider, CarFeedbackItemProvider
GetPlacesError
Link copied to clipboard
class GetPlacesError
PlaceRecord
Link copied to clipboard
class PlaceRecord(id: String, name: String, coordinate: Point?, description: String?, categories: List<String>)
PlaceRecordMapper
Link copied to clipboard
object PlaceRecordMapper
SearchCarContext
Link copied to clipboard
class SearchCarContext(mainCarContext: MainCarContext)
Contains the dependencies for the search feature.
SearchScreen
Link copied to clipboard
class SearchScreen(searchCarContext: SearchCarContext) : Screen
This screen allows the user to search for a destination.